.home-banner {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    zoom: 1;

    /*height: 826px;*/
    background: url("/images/home/bg.png") #5e42ee;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.home-mobile-tip {
    position: absolute;
    bottom: 50px;
    background: rgba(255, 255, 255, 0.5);
    color: #333;
    border-radius: 5px;
    font-size: 32px;
    font-size: 3.2rem;
    max-width: 100%;
    padding: 7px 10px 7px 6px;
    line-height: 20px;
    margin-right: 15px;
}
.home-mobile-tip > p {
    font-size: inherit;
    color: inherit;
}
.home-banner-content {
    color: #fff;
    padding: 258px 15px 183px;
    max-width: 1170px;
    margin: 0 auto;
}
.home-banner-content > h1 {
    /*font-size: 45px;*/
    font-size: 39px;
    font-size: 3.9rem;
    font-weight: bold;
    letter-spacing: 3px;
    /*font-family: Tahoma;*/
    padding-bottom: 18px;
}
.home-banner-content > h3 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: normal;
    /*font-family: Tahoma;*/
    padding-bottom: 17px;
}
.home-banner-tip {
    background: #ffa624;
    font-size: 24px;
    font-size: 2.4rem;
    margin-left: 10px;
    padding: 6px 15px;
    position: relative;
    border-radius: 3px;
    display: inline-block;
}
.home-banner-tip:before {
    margin-top: -5px;
    border-color: transparent #ffa624;
    content: '';
    position: absolute;
    top: 50%;
    left: -5px;
    border-width: 5px 5px 5px 0;
    border-style: solid;
}
.home-banner-tip:after {
    content: '';
    position: absolute;
    top: 50%;
    left: -4px;
    border-width: 4px 4px 4px 0;
    border-style: solid;
    border-color: transparent #ffa624;
    margin-top: -4px;
}
.home-banner-content > p {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 24px;
    padding-bottom: 2px;
}
.home-banner-content > p.y-c {
    color: #ffff00;
    font-size: 17px;
    font-size: 1.7rem;
}
.home-banner-content > p.y-c img {
    position: relative;
    top: 4px;
}
.home-banner-content > p.y-c > a {
    color: inherit;
    text-decoration: underline;
}
.home-banner-content .line {
    margin: 0 9px;
}
.home-db-c {
    position: relative;
    margin-bottom: 15px;
    margin-top: 26px;
    line-height: 0;
    font-size: 0;
    margin-left: -8px;
}
.home-db-c > p {
    position: absolute;
    color: #ffff00;
    top: 50%;
    margin-top: -10px;
    left: 270px;
    font-size: 14px;
    font-size: 1.4rem;
    text-decoration: underline;
}
.home-db-c > p > a {
    color: inherit;
}
.home-db-c > p > a:hover {
    color: #c7c71d;
}
.home-banner-down {
    width: 100%;
    height: 60px;
    line-height: 56px;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    cursor: pointer;
    box-shadow: 0px 1px 1px #484948;
    overflow: hidden;
    position: relative;
    display: inline-block;
    /* text-indent: 28px; */
    /* max-width: 228px; */
    max-width: 200px;
    margin: 6px 8px;
    text-indent: 28px;
}
.home-banner-down.stan-type {
    background-color: #5cb85c;
    border: 2px solid #5cb85c;
    /* margin-left: 10px; */
}
.home-banner-down.green-type {
    border: 2px solid #fff;
}
.home-banner-down:hover {
    background-color: #449d44;
    border: 2px solid #5cb85c;
}
.home-banner-down.green-type:hover{
    /*background-color: #fff;
    color: #4c46f2; */
}
.home-banner-down:active {
    background-color: #449d44;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.home-banner-down:after,
.home-bottom-down > .down-btn:after {
    content: "";
    background: rgba(255,255,255,0.3);
    display: block;
    position: absolute;
    border-radius: 50%;
    padding-top: 240%;
    padding-left: 240%;
    margin-top: -120%;
    margin-left: -120%;
    opacity: 0;
    transition: all 1s
}

.home-banner-down:active:after,
.home-bottom-down > .down-btn:active:after {
    padding-top: 0;
    padding-left: 0;
    margin-top: 0;
    margin-left: 0;
    opacity: 1;
    transition: 0s
}
.home-banner-down > span {
    background-image: url(/images/home/d-btn.png);
    background-repeat: no-repeat;
    background-position: 0px 6px;
    width: 30px;
    height: 30px;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    /* left: 15px; */
    left: 25px;
}
.home-banner-down.green-type > span {
    /* left: 25px; */
}
.home-share {
    overflow: hidden;
    margin-top: 3px;
}
.home-share > span {
    float: left;
    display: block;
    line-height: 43px;
}
.home-share .bds_tools_32 span.bds_more {
    height: 38px;
}
.home-qrcode {
    position: absolute;
    right: 30px;
    z-index: 999;
    margin-top: 4px;
}
.home-qrcode > img {
    max-height: 90px;
    z-index: 999;
    border: 1px solid #ededed;
    float: left;
}
.home-qrcode-text {
    float: left;
    padding-left: 8px;
    padding-top: 24px;
}
.home-qrcode-text > p {
    font-size: 12px;
    font-size: 1.2rem;
    color: #666;
    line-height: 20px;
}
.home-sketch {
    text-align: center;
    background: #fff;
    padding: 70px 15px 58px;
}
.home-sketch > h2 {

    font-size: 4.3rem;
    font-weight: normal;
    color: #333;
    /* line-height: 36px; */
    padding-bottom: 15px;
}
.home-sketch > h4 {
    font-size: 31px;
    font-size: 3.1rem;
    font-weight: normal;
    color: #666;
    line-height: 30px;
    padding-bottom: 30px;
}
.home-sketch > p {
    font-size: 17px;
    font-size: 2rem;
    color: #888;
    line-height: 30px;
    margin: 0 auto;
    max-width: 1000px;
    text-align: left;
}

.home-content {
    background: #fff;
}
.home-fea-item {
    background: #fafafa;
    margin-bottom: 22px;
    padding: 58px 0; 
}
.home-fea-item:last-child {
    margin-bottom: 15px;
}
.home-fea-wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}
.home-fea-img {
    width: 48%;
    float: left;
    padding: 0 15px;
}
.home-fea-img > img {
    max-width: 100%;
}
.home-fea-content {
    width: 48%;
    float: right;
    padding: 80px 15px 0;
}
.home-fea-content > h2 {
    font-size: 28px;
    font-size: 3.5rem;
    font-weight: normal;
    color: #333;
    padding-bottom: 13px;
}
.home-fea-content > p {
    font-size: 15px;
    font-size: 2rem;
    color: #666;
    line-height: 25px;
}
.home-content > .home-fea-item:nth-child(2n) .home-fea-img {
    float: right;
}
.home-content > .home-fea-item:nth-child(2n) .home-fea-content {
    float: left;
}
.home-bottom-down {
    text-align: center;
    margin-bottom: 50px;
    padding: 0 15px;
}
.home-bottom-down .down-btn {
    position: relative;
    overflow: hidden;
    display: inline-block;
    /*background: #13c344;*/
    color: #fff;
    width: 100%;
    max-width: 380px;
    line-height: 44px;
    font-size: 20px;
    font-size: 2.0rem;
    cursor: pointer;
    /*border: 1px solid #0ea437;*/
    background-color: #5cb85c;
    border-color: #4cae4c;
    box-shadow: 0 1px 0 rgba(0,0,0,.05);
    border-radius: 2px;
    overflow: hidden;
}
.home-bottom-down .down-btn:hover {
    background-color: #449d44;
    border-color: #398439;
}
.home-bottom-down .down-btn:active {
    background-color: #449d44;
    border-color: #398439;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
@media(max-width: 840px) {
    .home-fea-content {
        padding-top: 38px;
    }
}
@media(max-width: 660px) {
    .home-fea-img,
    .home-fea-content {
        width: 100%;
    }
}
@media(max-width: 400px) {
    .home-banner-content {
        padding-top: 160px;
        padding-bottom: 118px;
    }
    .home-banner-content > h1 {
        padding-bottom: 13px;
    }
    .home-banner-content > h3 {
        padding-bottom: 10px;
    }
    .home-db-c {
        margin-top: 12px;
        margin-bottom: 4px;
    }
    .home-banner-down {
        height: 50px;
        line-height: 46px;
    }
}